home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / Audio-video / audials / audialsTV-setup.exe / [0] / flyout.css < prev    next >
Text (UTF-16)  |  2008-03-13  |  3KB  |  68 lines

  1. body
  2. {
  3.     width: 150px;
  4.     height: 297px;
  5.     margin: 0px;
  6.     padding-left: 5px;
  7.     padding-right: 5px;
  8. }
  9. #header
  10. {
  11.     padding-left: 5px;
  12.     padding-top: 3px;
  13.     background: url(resources/channels_header.png) no-repeat;
  14.     width: 140px;
  15.     height: 23px;
  16.     font-family: Tahoma;
  17.     font-size: 12px;
  18.     font-weight: bold;
  19.     color: #ffffff;
  20. }
  21.  
  22. #selectedChannels
  23. {
  24.     background-color: #1a1a1a;
  25.     width: 140px;
  26.     height: 260px;
  27.     font-size: 12px;
  28.     font-family: Tahoma;
  29.     color: #ffffff;
  30. }
  31.  
  32. div#content{
  33.     margin-top:0px;
  34.     margin-left:0px;
  35.     width:140px;
  36.     height:240px;
  37.     padding:5px;
  38.     font-family: Arial;
  39.     font-size:12px;
  40.     color: #ffffff;
  41.     text-align: left;
  42.     overflow-y: auto;
  43.     overflow-x: hidden; 
  44.     background-color: #1a1a1a;
  45.     scrollbar-base-color:#222222;
  46.     scrollbar-3d-light-color:#666666;
  47.     scrollbar-arrow-color:#666666;
  48.     scrollbar-darkshadow-color:#000000;
  49.     scrollbar-face-color:#444444;
  50.     scrollbar-highlight-color:#666666;
  51.     scrollbar-shadow-color:#000000;
  52.     scrollbar-track-color:#444444;
  53. }
  54.  
  55. div#footer {
  56.     padding: 4px;
  57.     height: 34px;
  58.     background-color: white;
  59.     background: url(resources/channels_footer.png) no-repeat;
  60.     text-align: center;
  61. }
  62.  
  63. #backFlyout
  64. {
  65.     position: absolute;
  66.     z-index: -1;
  67.     background-color: transparent;
  68. }